Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Rectified the error with MCB in dynamic selection #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

va26
Copy link

@va26 va26 commented Apr 11, 2018

In line 95 the earlier code was checking the if condition between score[best_i] and score[best_j] and it was giving an error as best_j was not defined. Since line 94 was using best_j_score so I changed the variable name from best_j to best_j_score.

In line 95 the earlier code was checking the 'if' condition between `score[best_i]` and `score[best_j]` and it was giving an error as 'best_j' was not defined. Since line 94 was using 'best_j_score' so I changed the variable name from 'best_j' to 'best_j_score'.
@va26 va26 closed this Jun 7, 2018
@va26 va26 reopened this Jun 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant